home *** CD-ROM | disk | FTP | other *** search
- on beginSprite me
- set the cursor of sprite the spriteNum of me to [member "Hand", member "Hand Mask"]
- end
-
- on endSprite me
- set the cursor of sprite the spriteNum of me to 0
- set the constraint of sprite 13 to 0
- set the constraint of sprite 15 to 0
- set the constraint of sprite 16 to 0
- end
-
- on mouseDown me
- set the cursor of sprite the spriteNum of me to [member "Closed Hand", member "Closed Hand Mask"]
- end
-
- on mouseUp me
- set the cursor of sprite the spriteNum of me to [member "Hand", member "Hand Mask"]
- end
-